home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.4 KB | 42 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: Startup•ODFInternet
- # Release Version: $ ODF 2 $
- #
- # Copyright: (c) 1993 - 1995 by Apple Computer, Inc., all rights reserved.
- #
- # This file sets ODF variables for building with Cyberdog support.
- #
- # The "Cyberdog SDK" must be located in your MPW Interfaces&Libraries
- # folder (ETO 20 and later). Current layout is:
- # Cyberdog SDK:PublicIncludes:≈.{h,xh,idl}
- # Cyberdog SDK:ICTypes.h
- # Cyberdog SDK:Cyberdog.Stub
- #
- #========================================================================================
-
- Set FWCyberdogSDKName "Cyberdog SDK"
-
- If ¬ "{InterfacesandLibrariesLocation}"
- Set InterfacesandLibrariesLocation "{Libraries}::"
- End
-
- Set FWCyberdogIncludes "{InterfacesandLibrariesLocation}{FWCyberdogSDKName}:PublicIncludes:"
- Set FWCyberdogLibraries "{InterfacesandLibrariesLocation}{FWCyberdogSDKName}:"
- Set FWInternetConfigIncludes "{InterfacesandLibrariesLocation}{FWCyberdogSDKName}:"
-
- If ¬ "`Exists "{FWCyberdogLibraries}Cyberdog.Stub"`"
- Echo "### Can’t determine the location of the Cyberdog SDK!"
- Set odir "``Directory``"
- Directory "{InterfacesandLibrariesLocation}"
- Set cdir "``Directory``"
- Directory {odir}
- Echo "# The SDK needs to be in {cdir}"
- Exit 1
- End
-
- Export FWCyberdogIncludes
- Export FWCyberdogLibraries
- Export FWInternetConfigIncludes
-
-